home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / graphics / sviewiv / readme_powerup < prev    next >
Text File  |  1999-11-30  |  5KB  |  127 lines

  1.  
  2.   PowerPC (powerUP) support via licensed SuperView-Library
  3.   ========================================================
  4.  
  5.     [ Please see ReadMe_REGISTER for where to find pricing information ]
  6.  
  7.  
  8.  
  9.     Concept: loadable PPC-Modules for use with ppc.library V45+  (17.11.98)
  10.     -----------------------------------------------------------------------
  11.  
  12.     The most time-consuming routines of certain modules of SuperView-Library
  13.     have been ported to native PowerPC code and perhaps will profit a lot
  14.     from the presence of an installed powerUP system.
  15.  
  16.     These "native modules" are located in a new subdirectory of LIBS:
  17.     called "svppc/", with subdirectories for each of SuperView-Library's
  18.     module types.
  19.  
  20.     If any "native modules" are present, these will be used whenever applicable.
  21.     Should none of these modules be available, then this does not matter, since
  22.     the plain 68k code (which may be optimized for a certain 68k CPU, though)
  23.     will be used instead (fallback option).
  24.  
  25.     Note, that SuperView-Library's native modules won't replace any of the
  26.     existing libraries or modules as such - they only do supply specialized
  27.     routines in native code for certain tasks.
  28.  
  29.     When running any PowerPC code, you should have made sure, that there's
  30.     enough RAM on the powerUP board available - at least in an A4000 the
  31.     RAM interface from the CPU card (e.g. A3640) to the mainboard is so
  32.     slow, that even a 68040 could not access Fast RAM with full speed,
  33.     so possibly a PowerPC would suffer from the same problem.
  34.  
  35.     You should take care, that there's still enough "fast" Fast RAM available,
  36.     even if all the libraries and code have been loaded: usually the graphics
  37.     are loaded at last - a 1024x768 graphics in 24 Bit will just take 2.4 MB
  38.     and in a dithered version again around 790 K.
  39.  
  40.     If there's enough "fast" Fast RAM available, you can expect high speed
  41.     increases with most basic operations, especially when internal representation
  42.     conversions do take place.
  43.  
  44.  
  45.     (See the documentation of the single modules for further information.
  46.      PowerUP support usually is marked separately, on top of the
  47.      module documentation.)
  48.  
  49.  
  50.     Availability
  51.     ------------
  52.  
  53.     NONE OF THE PPC MODULES ARE FREEWARE - THEY WON'T APPEAR ON AMINET.
  54.  
  55.     54 modules (+/-) are made available in a special powerUP PPC plugin
  56.     module package, which e.g. can be bought by registered SuperView/SViewNG/
  57.     SViewII/SViewIV users or will be included with some commercial programs.
  58.  
  59.     Also, there will follow some PPC modules, which will only be available
  60.     for exclusive shipment with some commercial programs (as also are the
  61.     concerned SV modules).
  62.  
  63.     This is high end software, and its development must be financed
  64.     - so you have to pay for it to help ensuring further development.
  65.  
  66.  
  67.     The following modules are available right now:
  68.  
  69.      svdrivers (dir)
  70.      svoperators (dir)
  71.        24BitToHam_ham6.svm              24BitToHam_ham6quick.svm
  72.        24BitToHam_ham8.svm              24BitToHam_ham8quick.svm
  73.        AnyTo24Bit_HAM.svm               Dither24Bit_floyd.svm
  74.        Blur_24.svm                      Dither24Bit_ordered.svm
  75.        HilbertDither256_code.svm        OptimizePalette_code.svm
  76.        PaletteDither_code.svm           RotateFree_24.svm
  77.        RotateFree_8.svm                 Scale50_Double.svm
  78.        Scale50_Half.svm                 Sharpen_24.svm
  79.      svobjects (dir)
  80.        24BitToHam_ham6.svm              24BitToHam_ham6quick.svm
  81.        24BitToHam_ham8.svm              24BitToHam_ham8quick.svm
  82.        BMP_Decode.svm                   BMP_Encode.svm
  83.        BMP_Plain.svm                    DEEP_Decode24.svm
  84.        HJG_Efdpef.svm                   HJG_Fmdpef.svm
  85.        ILBM_c2p_24.svm                  ILBM_CBR_Decode.svm
  86.        ILBM_CBR_Encode.svm              ILBM_p2c_24.svm
  87.        JPEG_code.svm                    PBM_Decode.svm
  88.        PBM_Encode.svm                   PCD_yuv.svm
  89.        PCX_Decode24.svm                 PCX_Decode4.svm
  90.        PCX_Decode8.svm                  PCX_Encode24.svm
  91.        PCX_Encode4.svm                  PCX_Encode8.svm
  92.        PICT_code.svm                    PNG_code.svm
  93.        RGB8_Decode.svm                  RGB8_Encode.svm
  94.        Targa_Decode1.svm                Targa_Decode16.svm
  95.        Targa_Decode24.svm               Targa_Decode8.svm
  96.        TIFF_code.svm                    WPG_Decode1.svm
  97.        WPG_Decode4.svm                  WPG_Decode8.svm
  98.   svsupport_c2p.svm                svsupport_p2c.svm
  99.  
  100.  
  101.   PLEASE NOTE, THAT NUMBER AND KIND OF THE PPC MODULES ARE SUBJECT TO CHANGES.
  102.  
  103.  
  104.   Picture Manager professional (PMPro) V5.5 already does
  105.   include these modules, plus additionally the following exclusive PPC
  106.   plugins (for SVOperators that also are exclusive to PMPro):
  107.  
  108.      libs/svppc/svoperators
  109.        Convolve_24.svm                  DitherFix24_Floyd.svm
  110.        EdgeDetect_Plain.svm             ScaleFree_24.svm
  111.        ScaleFree_8.svm
  112.  
  113.  
  114.   PLEASE NOTE, THAT NUMBER AND KIND OF THE PPC MODULES ARE SUBJECT TO CHANGES.
  115.  
  116.  
  117.   Where to obtain from ?
  118.  
  119.   The PPC plugin modules basically already are part of Picture Manager professional V5.5
  120.   (or any upgrade from earlier versions).
  121.  
  122.   Additionally, the (non-exclusive) PPC modules also can be ordered by
  123.   registered (as well as newly registering) users of SuperView/SViewNG/SViewII.
  124.   or ImageEngineer.
  125.  
  126.   For details, please see the registration form coming with SViewII.
  127.